An application showing the examples of Livewire Component created using tall-crud-generator Package
Clone the repo locally:
git clone https://github.com/ascsoftw/tall_crud_example.git
cd tall_crud_example
Install PHP dependencies:
composer install
Install NPM dependencies:
npm ci
Build assets:
npm run dev
Setup configuration:
cp .env.example .env
Generate application key:
php artisan key:generate
Create Mysql Database and configure the values in .env file
Run database migrations:
php artisan migrate
Run database seeder:
php artisan db:seed
Start the dev server
php artisan serve
Open the Link in Browser. Login using following credentials:
Email: user1@localhost.com
Password: user1@localhost.com