Link to the repository
[Only for premium members]
[Only for premium members]
We are finally ready to start our Mobile Application development!
To do this, we have to start with something. In this case, we want to:
Let's start by creating a new project:
Before creating our Project, let's talk about the Livewire choice. While NativePHP supports Blade, Livewire, and Inertia, we thought that it's best to use Livewire for these reasons:
That said, we can create our new Project by running:
laravel new NativePHP-Events-Mobile-App --using=laravel/livewire-starter-kit