laravel 9 simple templates
1.0.0
The Laravel framework is open-sourced software licensed under the MIT license.
Template : AdminLTE 3.2.0
1.Login + SweetAlert2 manually without Jetstream
2. CRUD Simple
3. CRUD Ajax
1. Clone Project
2. Create a database using the name "template", or you can customize it by editing the .env file
3. Open the project folder, then open terminal / cmd then type the command "composer update"
4. Open the database folder => seeders => DatabaseSeeder.php
5. Edit the username and password according to taste, then open terminal / cmd and type the command "php artisan migrate:fresh --seed"
4. Enjoy it!