Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sitchi authored Feb 21, 2022
1 parent 5ba6754 commit e3174c3
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,48 @@
# simple-admin-laravel
Simple Admin for the Laravel PHP Framework

![github-small](https://sitchi.dev/sa4.png)
![github-small](https://sitchi.dev/sa3.png)

### Demo Site
https://simple-admin-laravel.sitchi.dev/

user: [email protected]

pass: Demo2020

## Get Started

### Requirements

* PHP >= 7.4
* [Apache][1] Web Server with [mod_rewrite][2] enabled or [Nginx][3] Web Server
* [MariaDB][5] >= 10.3

### Installation

##### Install via git clone

```bash
git clone https://github.com/sitchi/simple-admin-laravel

composer install
```

After the installation

1. Copy .env.example file to .env file with your DB connection information
2. php artisan key:generate
3. php artisan migrate --seed
4. php artisan passport:client --client
5. Write permissions of the storage directory `sudo chmod -R 0777 storage/`

## License

The Simple Admin is under the MIT License, you can view the license [here](https://github.com/sitchi/simple-admin-laravel/blob/master/LICENSE).

[1]: http://httpd.apache.org/
[2]: http://httpd.apache.org/docs/current/mod/mod_rewrite.html
[3]: http://nginx.org/
[4]: https://github.com/phalcon/cphalcon/releases
[5]: https://mariadb.org/

0 comments on commit e3174c3

Please sign in to comment.