itamarack / laratine

The is the start of a powerful admin panel built with Laravel, Inertia, React and Mantine
https://laratine.diggitto.com
MIT License
21 stars 6 forks source link

Laratine

Laratine is a modern, responsive admin dashboard built with Laravel and Inertia.js (React). It offers a robust and flexible structure to manage your application with ease and efficiency.

Features

Installation

Prerequisites

Before you begin, ensure you have met the following requirements:

Steps

VSCode Dev Container

You can also use VSCode Dev Container to develop Laratine. Simply open the project folder in VSCode, and the Dev Container will take care of setting up the environment for you.

Local Development

Clone the repository:

git clone https://github.com/itamarack/laratine.git
cd laratine

Install dependencies:

composer install
npm install

Copy the .env.example file to .env:

cp .env.example .env

Generate an application key:

php artisan key:generate

Update the following lines in your .env file to match your database configuration:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password

Run the database migrations:

php artisan migrate

Build the front-end assets:

npm run dev

Start the development server:

php artisan serve

Usage Laratine comes with a default user to help you get started quickly.

Default Admin User: Email: admin@example.com Password: password You can log in with these credentials and start managing your application.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

To contribute:

Fork the Project Create your Feature Branch (git checkout -b feature/AmazingFeature) Commit your Changes (git commit -m 'Add some AmazingFeature') Push to the Branch (git push origin feature/AmazingFeature) Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Tamara - @itamarack - innosabel@gmail.com Project Link: https://github.com/itamarack/laratine

Acknowledgements

Laravel Inertia.js React Tailwind CSS