Skip to content

alshkre9/auth-slimphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

simple authentication pages with slimphp


Pics

Screenshot 2023-08-29 at 12-09-16 Document Screenshot 2023-08-29 at 12-10-01 Document


Usage

cd src/
composer install
composer dump-autoload
mv .env.example .env

### note: add db the dbname is main by default you can change it through data/schema.sql file

cd ../
docker compose up --build -d 
docker ps

### note: copy the id of the container

docker exec -it {id} bash
php bin/cli-app.php o:s:c

localhost:80/

About

authentication pages with slimphp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published