Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dantelentsoe/laravel-auth-mysql-template
This is a full stack application boilerplate using php laravel with mysql database , with full authentication of users
https://github.com/dantelentsoe/laravel-auth-mysql-template
Last synced: 1 day ago
JSON representation
This is a full stack application boilerplate using php laravel with mysql database , with full authentication of users
- Host: GitHub
- URL: https://github.com/dantelentsoe/laravel-auth-mysql-template
- Owner: DanteLentsoe
- Created: 2021-11-11T19:30:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T12:42:39.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T23:33:41.721Z (over 1 year ago)
- Language: PHP
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-auth-mysql-template
This is a full stack application boilerplate using php laravel with mysql database , with full authentication of users## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- [PHP](https://www.php.net/)
- Docker Container (https://www.docker.com/products/docker-desktop)### Installing
- Clone the repository using SSH
```
git clone https://github.com/DanteLentsoe/laravel-auth-mysql-template.git
```- Navigate to the cloned repo
```
cd laravel-auth-mysql-template
```## Running the tests
- To run tests normally, use
## Environments
There are is one environment corresponding to the master branch on the repository:
- Production - `master` branch
## Deployment
The application is deployed on [Repl.it](```https://.repl.it```)
## Built With
Details of the tech stack that has been used.
- [PHP](https://www.python.org/)
- [LARAVAL] (https://laravel.com/)## Architecture
A basic architecture diagram or description of the chosen architecture should be detailed here. Lol, I did not include it.
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/DanteLentsoe/Help-an-en-eye-gee-gee-ay) for details on the followed standards standard for commit messages and the accepted pull request process.
## Authors
- **Dante Lentsoe**
## Licenses
```
├─ MIT: 953
├─ ISC: 78
├─ BSD-3-Clause: 37
├─ BSD-2-Clause: 29
├─ Apache-2.0: 26
├─ MIT*: 8
├─ BSD: 5
├─ (MIT OR CC0-1.0): 5
├─ CC0-1.0: 4
├─ WTFPL: 2
├─ Unlicense: 2
├─ 0BSD: 2
├─ Custom: https://github.com/tmcw/jsonlint: 1
├─ BSD-3-Clause OR MIT: 1
├─ (MIT OR Apache-2.0): 1
├─ CC-BY-4.0: 1
├─ Public Domain: 1
├─ AFLv2.1,BSD: 1
├─ (MIT AND Zlib): 1
├─ (MIT AND BSD-3-Clause): 1
└─ CC-BY-3.0: 1
```## Troubleshooting
Here is a list of common errors and possible solutions:
Failed to push to Github due to out of date snapshots:
- Run
> php artisan serve
## Meta
| Version | Author | Date |
| ------- | ----------------------------------- | ---------- |
| 0.0.1 | Dante Lentsoe | 14/11/2021 |