https://github.com/asiifdev/laravel-starter
https://github.com/asiifdev/laravel-starter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/asiifdev/laravel-starter
- Owner: asiifdev
- Created: 2023-09-25T15:36:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T07:40:20.000Z (over 2 years ago)
- Last Synced: 2025-01-29T21:50:40.352Z (over 1 year ago)
- Language: JavaScript
- Size: 46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Starter Engine
This is a Laravel package to make it easier and faster for you to create input forms and controllers, based on the table schema that you have created. just by using the artisan command, let's learn together.
## Features
When you have finished the installation process, migrate the tables and run the Laravel project.
Then you will immediately be presented with an attractive and responsive dashboard display, and here are some of the features in it:
- Light/dark mode toggle
- User Friendly
- Cross platform
When you have finished the installation process, migrate the tables and run the Laravel project.
Then you will immediately be presented with an attractive and responsive dashboard display, and here are some of the features in it:
- Light/dark mode toggle
- User Friendly
- Cross platform
## Installation
Install my-project with composer
```bash
composer create-project asiifdev/laravel-starter my-project
cd my-project
```