An open API service indexing awesome lists of open source software.

https://github.com/asiifdev/laravel-starter


https://github.com/asiifdev/laravel-starter

Last synced: about 1 year ago
JSON representation

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
```