-
Create the database (ex:
example-app
) -
Terminal (Powershell, etc)
git clone https://github.com/raflizocky/laravel11-sbadmin2.git
code laravel11-sbadmin2
-
.env
- Terminal:
cp .env.example .env
- Adjust
.env
:DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=example-app DB_USERNAME=root DB_PASSWORD=
- Terminal:
-
Terminal (Powershell, etc)
- 1
composer i ; php artisan key:generate ; php artisan mi
- 2
php artisan serve
- 1
If you encounter any issues or would like to contribute to the project, feel free to:
- Report any issues
- Submit a pull request
- Participate in discussions for any questions, feedback, or suggestions
Code released under the MIT License.