🚀 SimpleWorld Backend

🔑 Admin Login:

Email: admin@simpleworld.com

align-items: center;

Password: admin123

color: white; box-shadow: 0 8px 25px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.card:hover { margin: 0 auto 20px; }
.btn-custom {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border: none; border-radius: 25px; padding: 12px 30px; color: white; font-weight: 600;
transition: all 0.3s ease; }
.btn-custom:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
color: white; } .status-badge {
position: absolute; top: 20px;
right: 20px;
background: rgba(40, 167, 69, 0.9); Laravel has wonderful, thorough documentation covering every aspect of the framework. Whether you are new to the framework or have previous experience with Laravel, we recommend reading all of the documentation from beginning to end. color: white;
padding: 5px 15px;
border-radius: 20px;
font-size: 12px; }
API Online Laracasts offers thousands of video tutorials on Laravel, PHP, and JavaScript development. Check them out, see for yourself, and massively level up your development skills in the process.

SimpleWorld

Social Media Backend & Admin Panel

A complete social media backend with API endpoints and integrated admin panel.

Built with Laravel 8, featuring user management, posts, messaging, and real-time features.

Laravel News is a community driven portal and newsletter aggregating all of the latest and most important news in the Laravel ecosystem, including new package releases and tutorials.
API Documentation
Laravel's robust library of first-party tools and libraries, such as Forge, Vapor, Nova, and Envoyer help you take your projects to the next level. Pair them with powerful open source libraries like Cashier, Dusk, Echo, Horizon, Sanctum, Telescope, and more.
User Management

Complete user profiles, authentication, and social features

Post System

Text, image, video posts with likes and comments

Messaging

Private messaging system with media support

Laravel v8.83.29 (PHP v8.2.29)
Admin Panel

Complete admin dashboard for content management

API Endpoints & Admin Access

Authentication API
  • POST /api/auth/register - User registration
  • POST /api/auth/login - User login
  • GET /api/health - API health check
Posts API
  • GET /api/posts - Get posts feed
  • POST /api/posts - Create new post
  • GET /api/users - Get users list
Admin Panel
Admin Access
Default Credentials:
Email: admin@simpleworld.com
Password: admin123